Micron Document
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
| nomadForum | Home | Login | Register |
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Trying to deploy nomadForum
commando (Profile): (2024-04-20 17:21:29 (UTC))
Being newer to python I am clearly missing something and its probably simple. I have my node up, everything working and simple pages/links/files, etc going. I have cloned the nomanForum code and editied the main.py storage and page path to match since I placed the forum code in /page/forum or nomadnetwork/storage/pages/forum. I have done pip -r requirements.txt and those successfully installed as well as installing sqlit3 and sqlite3 dev. For the life of me I am unable to get index.mu to load. Any ideas! BTW great work on this!!

Comments Add comment
commando (Profile): (2024-04-20 18:01:16 (UTC))
And it was as simple as specifying the full path. All good to go. Runs great awesome work!!

commando (Profile): (2024-04-20 19:59:18 (UTC))
Ok I take that back. One more thing I am finding issues with. When running the create admin user script I get "The username is not allowed" no matter what username I use. If it exists then of course I get the username exists error. Am I missing something?

AutumnSpark1226 (DEV) (Profile): (2024-04-20 20:39:39 (UTC))
Hi, I found your forum before this post. The create_admin_account.py file might be broken. However admin accounts are useless at the moment and I will fix the script once I add features requiring admin access.

commando (Profile): (2024-04-20 23:19:34 (UTC))
Great! Thanks for the reply. I have been diving into coding more and after reviewing got the feeling it was something that was being implemented still. Awesome work on the project.

AutumnSpark1226 (DEV) (Profile): (2024-05-26 15:50:26 (UTC))
I fixed it.